how to create empty text file in c#

162

how to create empty text file in c# -

using (File.Create(filename)) ;

Comments

Submit
0 Comments